Opc.Ua.Core
GetMemory Method



Opc.Ua.Buffers Namespace > ArrayPoolBufferWriter<T> Class : GetMemory Method
Syntax
'Declaration
 
Public Function GetMemory( _
   Optional ByVal sizeHint As Integer _
) As Memory(Of T)
'Usage
 
Dim instance As ArrayPoolBufferWriter(Of T)
Dim sizeHint As Integer
Dim value As Memory(Of T)
 
value = instance.GetMemory(sizeHint)
public Memory<T> GetMemory( 
   int sizeHint
)
public:
Memory<T^> GetMemory( 
   int sizeHint
) 

Parameters

sizeHint
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArrayPoolBufferWriter<T> Class
ArrayPoolBufferWriter<T> Members